home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / ln.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  3.0 KB  |  133 lines

  1.  
  2.  
  3.  
  4. LN(1L)                                                     LN(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      ln - make links between files
  10.  
  11. SYNOPSIS
  12.      ln [options] source [dest]
  13.      ln [options] source... directory
  14.      Options:
  15.      [-bdfisvF] [-S backup-suffix] [-V
  16.      {numbered,existing,simple}] [+version-
  17.      control={numbered,existing,simple}] [+backup] [+directory]
  18.      [+force] [+interactive] [+symbolic] [+verbose]
  19.      [+suffix=backup-suffix]
  20.  
  21. DESCRIPTION
  22.      This manual page documents the GNU version of ln.  If the
  23.      last argument names an existing directory, ln links each
  24.      other given file into a file with the same name in that
  25.      directory.  If only one file is given, it links that file
  26.      into the current directory.  Otherwise, if only two files
  27.      are given, it links the first onto the second.  It is an
  28.      error if the last argument is not a directory and more than
  29.      two files are given.  It makes hard links by default.  By
  30.      default, it does not remove existing files.
  31.  
  32.      OPTIONS
  33.  
  34.      -_✓b, +_✓b_✓a_✓c_✓k_✓u_✓p
  35.           Make backups of files that are about to be removed.
  36.  
  37.      -_✓d, -_✓F, +_✓d_✓i_✓r_✓e_✓c_✓t_✓o_✓r_✓y
  38.           Allow the super-user to make hard links to directories.
  39.  
  40.      -_✓f, +_✓f_✓o_✓r_✓c_✓e
  41.           Remove existing destination files.
  42.  
  43.      -_✓i, +_✓i_✓n_✓t_✓e_✓r_✓a_✓c_✓t_✓i_✓v_✓e
  44.           Prompt whether to remove existing destination files.
  45.  
  46.      -_✓s, +_✓s_✓y_✓m_✓b_✓o_✓l_✓i_✓c
  47.           Make symbolic links instead of hard links.
  48.  
  49.      -_✓v, +_✓v_✓e_✓r_✓b_✓o_✓s_✓e
  50.           Print the name of each file before linking it.
  51.  
  52.      -_✓S, +_✓s_✓u_✓f_✓f_✓i_✓x _✓b_✓a_✓c_✓k_✓u_✓p-_✓s_✓u_✓f_✓f_✓i_✓x
  53.           The suffix used for making simple backup files can be
  54.           set with the SIMPLE_BACKUP_SUFFIX environment variable,
  55.           which can be overridden by this option.  If neither of
  56.           those is given, the default is `~', as it is in Emacs.
  57.  
  58.      -_✓V, +_✓v_✓e_✓r_✓s_✓i_✓o_✓n-_✓c_✓o_✓n_✓t_✓r_✓o_✓l {_✓n_✓u_✓m_✓b_✓e_✓r_✓e_✓d,_✓e_✓x_✓i_✓s_✓t_✓i_✓n_✓g,_✓s_✓i_✓m_✓p_✓l_✓e}
  59.           The type of backups made can be set with the
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. LN(1L)                                                     LN(1L)
  71.  
  72.  
  73.  
  74.           VERSION_CONTROL environment variable, which can be
  75.           overridden by this option.  If VERSION_CONTROL is not
  76.           set and this option is not given, the default backup
  77.           type is `existing'.  The value of the VERSION_CONTROL
  78.           environment variable and the argument to this option
  79.           are like the GNU Emacs `version-control' variable; they
  80.           also recognize synonyms that are more descriptive.  The
  81.           valid values are (unique abbreviations are accepted):
  82.  
  83.           `t' or `numbered'
  84.                Always make numbered backups.
  85.  
  86.           `nil' or `existing'
  87.                Make numbered backups of files that already have
  88.                them, simple backups of the others.
  89.  
  90.           `never' or `simple'
  91.                Always make simple backups.
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Page 2
  130.  
  131.  
  132.  
  133.